Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the native go helper #5521

Conversation

jeffwidman
Copy link
Member

There are two functions that do the same thing, one in ruby and one in
go.

TODO explain why we had them both and why safe to remove the go one
once I finish researching it.

So I removed the one written in go.

It turns out this function was the only reason we had native go
helpers, so I was able to completely remove the helpers infra altogether.

Fix #4448

@jeffwidman jeffwidman force-pushed the remove-redundant-git-url-for-path branch from 3f299d2 to a0e5b38 Compare August 12, 2022 14:40
@jeffwidman jeffwidman force-pushed the remove-redundant-git-url-for-path branch from a0e5b38 to 3609c87 Compare September 14, 2022 21:29
There are two functions that do the same thing, one in `ruby` and one in
`go`.

TODO explain why we had them both and why safe to remove the `go` one
once I finish researching it.

So I removed the one written in `go`.

It turns out this function was the only reason we had native `go`
helpers, so I was able to completely remove the helpers infra altogether.

Fix dependabot#4448
@jeffwidman jeffwidman force-pushed the remove-redundant-git-url-for-path branch from 3609c87 to e509114 Compare January 18, 2023 01:09
@jeffwidman
Copy link
Member Author

jeffwidman commented Jan 27, 2023

This needs to be rebased to the new Dockerfile location, but before I do that, I want to investigate the underlying problem a bit more, as when I last left it I was starting to think we actually should prefer using the native go helper function and instead drop the ruby implementation. But I need to take another look.

@jeffwidman
Copy link
Member Author

We went the other way and dropped the ruby implementation instead:

@jeffwidman jeffwidman closed this Mar 29, 2023
@jeffwidman jeffwidman deleted the remove-redundant-git-url-for-path branch March 29, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanup duplicate code by standardizing on one way - maybe eliminate native helper for go?
1 participant